home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_SELADDR / TDLG_SELADDR.txt
Text File  |  2002-07-04  |  8KB  |  389 lines

  1. object Dlg_SelAddr: TDlg_SelAddr
  2.   Left = 319
  3.   Top = 236
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Address'
  6.   ClientHeight = 326
  7.   ClientWidth = 543
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object L_book: TLabel
  22.     Left = 8
  23.     Top = 16
  24.     Width = 69
  25.     Height = 13
  26.     Caption = '&Address Book:'
  27.     FocusControl = CB_books
  28.   end
  29.   object Bevel1: TBevel
  30.     Left = 8
  31.     Top = 40
  32.     Width = 529
  33.     Height = 3
  34.     Shape = bsTopLine
  35.   end
  36.   object L_name: TLabel
  37.     Left = 8
  38.     Top = 52
  39.     Width = 31
  40.     Height = 13
  41.     Caption = '&Name:'
  42.     FocusControl = E_name
  43.   end
  44.   object Bevel2: TBevel
  45.     Left = 8
  46.     Top = 288
  47.     Width = 521
  48.     Height = 3
  49.     Shape = bsTopLine
  50.   end
  51.   object L_Info: TLabel
  52.     Left = 272
  53.     Top = 16
  54.     Width = 3
  55.     Height = 13
  56.   end
  57.   object CB_books: TComboBox
  58.     Left = 88
  59.     Top = 12
  60.     Width = 177
  61.     Height = 21
  62.     Style = csDropDownList
  63.     ItemHeight = 13
  64.     TabOrder = 0
  65.     OnChange = CB_booksChange
  66.   end
  67.   object E_name: TEdit
  68.     Left = 72
  69.     Top = 48
  70.     Width = 145
  71.     Height = 21
  72.     TabOrder = 1
  73.     OnChange = E_nameChange
  74.   end
  75.   object LV: TListView
  76.     Left = 8
  77.     Top = 76
  78.     Width = 209
  79.     Height = 173
  80.     Columns = <
  81.       item
  82.         Caption = 'Name'
  83.         Width = 100
  84.       end
  85.       item
  86.         Caption = 'EMail Address'
  87.         Width = 150
  88.       end>
  89.     HideSelection = False
  90.     MultiSelect = True
  91.     ReadOnly = True
  92.     RowSelect = True
  93.     SmallImages = DM_Language.IL_AddressList
  94.     SortType = stText
  95.     TabOrder = 2
  96.     ViewStyle = vsReport
  97.   end
  98.   object BtnOk: TButton
  99.     Left = 184
  100.     Top = 298
  101.     Width = 75
  102.     Height = 22
  103.     Caption = 'OK'
  104.     ModalResult = 1
  105.     TabOrder = 6
  106.     OnClick = BtnOkClick
  107.   end
  108.   object BtnCancel: TButton
  109.     Left = 288
  110.     Top = 298
  111.     Width = 75
  112.     Height = 22
  113.     Cancel = True
  114.     Caption = 'Cancel'
  115.     ModalResult = 2
  116.     TabOrder = 7
  117.   end
  118.   object Notebook: TNotebook
  119.     Left = 224
  120.     Top = 48
  121.     Width = 313
  122.     Height = 237
  123.     PageIndex = 1
  124.     TabOrder = 5
  125.     object TPage
  126.       Left = 0
  127.       Top = 0
  128.       Caption = 'Default'
  129.       object L_members: TLabel
  130.         Left = 88
  131.         Top = 8
  132.         Width = 46
  133.         Height = 13
  134.         Caption = 'Members:'
  135.       end
  136.       object BtnAdd: TButton
  137.         Left = 8
  138.         Top = 40
  139.         Width = 75
  140.         Height = 25
  141.         Caption = '&Add'
  142.         TabOrder = 0
  143.         OnClick = BtnAddClick
  144.       end
  145.       object LVmembers: TListView
  146.         Left = 88
  147.         Top = 28
  148.         Width = 217
  149.         Height = 201
  150.         Columns = <
  151.           item
  152.             Width = 100
  153.           end
  154.           item
  155.             Width = 150
  156.           end>
  157.         MultiSelect = True
  158.         ReadOnly = True
  159.         RowSelect = True
  160.         SmallImages = DM_Language.IL_AddressList
  161.         TabOrder = 1
  162.         ViewStyle = vsReport
  163.         OnKeyDown = LVmembersKeyDown
  164.       end
  165.     end
  166.     object TPage
  167.       Left = 0
  168.       Top = 0
  169.       Caption = 'To'
  170.       object SB_addto: TSpeedButton
  171.         Left = 20
  172.         Top = 24
  173.         Width = 73
  174.         Height = 23
  175.         Caption = '->'
  176.         OnClick = SB_addtoClick
  177.       end
  178.       object SB_removeto: TSpeedButton
  179.         Left = 20
  180.         Top = 48
  181.         Width = 73
  182.         Height = 23
  183.         Caption = '<-'
  184.         OnClick = SB_removetoClick
  185.       end
  186.       object SB_addcc: TSpeedButton
  187.         Tag = 1
  188.         Left = 20
  189.         Top = 104
  190.         Width = 73
  191.         Height = 23
  192.         Caption = '->'
  193.         OnClick = SB_addtoClick
  194.       end
  195.       object SB_removecc: TSpeedButton
  196.         Tag = 1
  197.         Left = 20
  198.         Top = 128
  199.         Width = 73
  200.         Height = 23
  201.         Caption = '<-'
  202.         OnClick = SB_removetoClick
  203.       end
  204.       object SB_addbcc: TSpeedButton
  205.         Tag = 2
  206.         Left = 20
  207.         Top = 184
  208.         Width = 73
  209.         Height = 23
  210.         Caption = '->'
  211.         OnClick = SB_addtoClick
  212.       end
  213.       object SB_removebcc: TSpeedButton
  214.         Tag = 2
  215.         Left = 20
  216.         Top = 208
  217.         Width = 73
  218.         Height = 23
  219.         Caption = '<-'
  220.         OnClick = SB_removetoClick
  221.       end
  222.       object L_to: TLabel
  223.         Left = 120
  224.         Top = 8
  225.         Width = 16
  226.         Height = 13
  227.         Caption = 'To:'
  228.       end
  229.       object L_cc: TLabel
  230.         Left = 120
  231.         Top = 88
  232.         Width = 16
  233.         Height = 13
  234.         Caption = 'Cc:'
  235.       end
  236.       object L_bcc: TLabel
  237.         Left = 120
  238.         Top = 168
  239.         Width = 22
  240.         Height = 13
  241.         Caption = 'Bcc:'
  242.       end
  243.       object LB_to: TListBox
  244.         Left = 120
  245.         Top = 24
  246.         Width = 185
  247.         Height = 57
  248.         ItemHeight = 13
  249.         MultiSelect = True
  250.         TabOrder = 0
  251.       end
  252.       object LB_cc: TListBox
  253.         Left = 120
  254.         Top = 104
  255.         Width = 185
  256.         Height = 57
  257.         ItemHeight = 13
  258.         MultiSelect = True
  259.         TabOrder = 1
  260.       end
  261.       object LB_bcc: TListBox
  262.         Left = 120
  263.         Top = 184
  264.         Width = 185
  265.         Height = 45
  266.         ItemHeight = 13
  267.         MultiSelect = True
  268.         TabOrder = 2
  269.       end
  270.     end
  271.     object TPage
  272.       Left = 0
  273.       Top = 0
  274.       Caption = 'Sms'
  275.       object Label1: TLabel
  276.         Left = 88
  277.         Top = 8
  278.         Width = 74
  279.         Height = 13
  280.         Caption = 'SMS Recipient:'
  281.       end
  282.       object btnAddSMS: TButton
  283.         Left = 8
  284.         Top = 40
  285.         Width = 75
  286.         Height = 25
  287.         Caption = '&Add'
  288.         TabOrder = 0
  289.         OnClick = btnAddSMSClick
  290.       end
  291.       object lvSMS: TListView
  292.         Left = 88
  293.         Top = 28
  294.         Width = 217
  295.         Height = 201
  296.         Columns = <
  297.           item
  298.             Caption = 'Name'
  299.             Width = 100
  300.           end
  301.           item
  302.             Caption = 'Mobile Phone'
  303.             Width = 150
  304.           end>
  305.         MultiSelect = True
  306.         ReadOnly = True
  307.         RowSelect = True
  308.         SmallImages = DM_Language.IL_AddressList
  309.         TabOrder = 1
  310.         ViewStyle = vsReport
  311.         OnKeyDown = lvSMSKeyDown
  312.       end
  313.     end
  314.     object TPage
  315.       Left = 0
  316.       Top = 0
  317.       Caption = 'Select'
  318.     end
  319.   end
  320.   object BNewCard: TButton
  321.     Left = 24
  322.     Top = 256
  323.     Width = 75
  324.     Height = 22
  325.     Caption = 'New...'
  326.     TabOrder = 3
  327.     OnClick = BNewCardClick
  328.   end
  329.   object BProperty: TButton
  330.     Left = 120
  331.     Top = 256
  332.     Width = 75
  333.     Height = 22
  334.     Caption = 'Property...'
  335.     TabOrder = 4
  336.     OnClick = BPropertyClick
  337.   end
  338.   object CT_books: TZComboTree
  339.     Left = 88
  340.     Top = 12
  341.     Width = 177
  342.     Height = 21
  343.     Images = DM_Language.IL_AddressList
  344.     ImageIndex = -1
  345.     StateIndex = -1
  346.     BoxWidth = 17
  347.     BoxGlyph.Data = {
  348.       D6000000424DD60000000000000076000000280000000D0000000C0000000100
  349.       0400000000006000000000000000000000001000000000000000000000000000
  350.       80000080000000808000800000008000800080800000C0C0C000808080000000
  351.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  352.       F000FFFFFFFFFFFFF000FFFFFFFFFFFFF000FFFFFFFFFFFFF000FFFFFF0FFFFF
  353.       F000FFFFF000FFFFF000FFFF00000FFFF000FFF0000000FFF000FFFFFFFFFFFF
  354.       F000FFFFFFFFFFFFF000FFFFFFFFFFFFF000FFFFFFFFFFFFF000}
  355.     TreeCursor = crDefault
  356.     TreeEnabled = False
  357.     TreeHeight = 200
  358.     Indent = 19
  359.     TreeReadOnly = False
  360.     ShowButtons = True
  361.     TreeShowHint = False
  362.     ShowLines = True
  363.     ShowRoot = True
  364.     SortType = stNone
  365.     TreeVisible = False
  366.     OnChange = CT_booksChange
  367.     OnExpanding = CT_booksExpanding
  368.   end
  369.   object ILsmall: TImageList
  370.     Left = 96
  371.     Top = 136
  372.   end
  373.   object Language: TLanguage
  374.     LangCenter = DM_Language.LangCenter
  375.     ResStrings.Strings = (
  376.       '0010=Shared'
  377.       '0011=Private'
  378.       
  379.         '0020=Connecting to Address Server. Please waiting. Press ESC to ' +
  380.         'cancel it.'
  381.       '0030=Mobile Phone'
  382.       '0031=Name'
  383.       '0032=Email Address'
  384.       '0040=You can send a short message to 10 persons at the most.')
  385.     Left = 384
  386.     Top = 8
  387.   end
  388. end
  389.